ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / OnCurrentChanged Method
The System.EventArgs instance containing the event data.

In This Topic
    OnCurrentChanged Method
    In This Topic
    Raises the CurrentChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCurrentChanged( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnCurrentChanged( 
       System.EventArgs e
    )

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also